home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 293_01 / readme2 < prev    next >
Text File  |  1989-08-23  |  2KB  |  49 lines

  1. INTRODUCTION TO 3-DIMENSIONAL RECONSTRUCTION FOR MEDICAL IMAGING DISK.
  2.  
  3. Daniel Geist, B.S.
  4. Michael W. Vannier, M.D.
  5.  
  6. Mallinckrodt Institute of Radiology
  7. Washington University School of Medicine
  8. 510 S. Kingshighway Blvd.
  9. St. Louis, Mo. 63110 USA
  10.  
  11. (314) 362-8467
  12.  
  13. These programs are intended solely for the private non-commercial use of
  14. interested individuals.  These programs have been prepared for use in
  15. the description of algorithms for surface reconstruction of serial sections,
  16. such as those encountered in medical imaging applications.
  17.  
  18. These programs are not intended for use in commerical applications or for
  19. the treatment of patients.
  20.  
  21. We reserve all commercial rights to this software.
  22.  
  23.  
  24. The two disk contains the following files:
  25.  
  26. grad.c,grad.exe - the source and executable module to create 
  27.                   images in the main axis directions.
  28.  
  29. ang.c,ang.exe -   the source and executable module to create
  30.           rotated images (to be executed after grad).
  31.  
  32. flip*.c,flip*.exe - the source and executable module to flip
  33.           an image file. * stands for d,h,v (diagonal,
  34.           horizontal or vertical axis).
  35.  
  36. 3_D.BAT -         Batch file to execute a 3-D reconstruction
  37.                   sequence using all of the above.
  38.  
  39. 3_D.DOC -         A brief document describing everything in this
  40.           software package.
  41.  
  42. totarga.c,totarga.exe - the source and executable module to 
  43.           convert a 3-D view into AT&T Targa Format
  44.  
  45. tofg1oo.c,tofg100.exe - source and executable module to display
  46.           a view on the screen using an Imaging technology FG100
  47.           board and the ITEX100 software library.
  48.  
  49.